/*! * Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e(t.bootstrap={},t.jQuery,t.Popper)}(this,(function(t,e,n){"use strict";function i(t,e){for(var n=0;nthis._items.length-1||t<0))if(this._isSliding)S(this._element).one(H.SLID,(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!(xt={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(Rt={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},qt="out",Ft={HIDE:"hide"+Pt,HIDDEN:"hidden"+Pt,SHOW:(Ut="show")+Pt,SHOWN:"shown"+Pt,INSERTED:"inserted"+Pt,CLICK:"click"+Pt,FOCUSIN:"focusin"+Pt,FOCUSOUT:"focusout"+Pt,MOUSEENTER:"mouseenter"+Pt,MOUSELEAVE:"mouseleave"+Pt},Kt="fade",Mt="show",".tooltip-inner",".arrow",Qt="hover",Bt="focus","click","manual",Vt=function(){function t(t,e){if(void 0===n)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=Nt(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),Nt(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(Nt(this.getTipElement()).hasClass(Mt))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),Nt.removeData(this.element,this.constructor.DATA_KEY),Nt(this.element).off(this.constructor.EVENT_KEY),Nt(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&Nt(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===Nt(this.element).css("display"))throw new Error("Please use show on visible elements");var e=Nt.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){Nt(this.element).trigger(e);var i=Nt.contains(this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var r=this.getTipElement(),o=De.getUID(this.constructor.NAME);r.setAttribute("id",o),this.element.setAttribute("aria-describedby",o),this.setContent(),this.config.animation&&Nt(r).addClass(Kt);var s="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=!1===this.config.container?document.body:Nt(document).find(this.config.container);Nt(r).data(this.constructor.DATA_KEY,this),Nt.contains(this.element.ownerDocument.documentElement,this.tip)||Nt(r).appendTo(l),Nt(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,r,{placement:a,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){t._handlePopperPlacementChange(e)}}),Nt(r).addClass(Mt),"ontouchstart"in document.documentElement&&Nt(document.body).children().on("mouseover",null,Nt.noop);var c=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,Nt(t.element).trigger(t.constructor.Event.SHOWN),e===qt&&t._leave(null,t)};if(Nt(this.tip).hasClass(Kt)){var h=De.getTransitionDurationFromElement(this.tip);Nt(this.tip).one(De.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},e.hide=function(t){var e=this,n=this.getTipElement(),i=Nt.Event(this.constructor.Event.HIDE),r=function(){e._hoverState!==Ut&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),Nt(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(Nt(this.element).trigger(i),!i.isDefaultPrevented()){if(Nt(n).removeClass(Mt),"ontouchstart"in document.documentElement&&Nt(document.body).children().off("mouseover",null,Nt.noop),this._activeTrigger.click=!1,this._activeTrigger[Bt]=!1,this._activeTrigger[Qt]=!1,Nt(this.tip).hasClass(Kt)){var o=De.getTransitionDurationFromElement(n);Nt(n).one(De.TRANSITION_END,r).emulateTransitionEnd(o)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){Nt(this.getTipElement()).addClass(Ht+"-"+t)},e.getTipElement=function(){return this.tip=this.tip||Nt(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(Nt(t.querySelectorAll(".tooltip-inner")),this.getTitle()),Nt(t).removeClass(Kt+" "+Mt)},e.setElementContent=function(t,e){var n=this.config.html;"object"==typeof e&&(e.nodeType||e.jquery)?n?Nt(e).parent().is(t)||t.empty().append(e):t.text(Nt(e).text()):t[n?"html":"text"](e)},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getAttachment=function(t){return xt[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)Nt(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n=e===Qt?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,i=e===Qt?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;Nt(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(i,t.config.selector,(function(e){return t._leave(e)}))}Nt(t.element).closest(".modal").on("hide.bs.modal",(function(){return t.hide()}))})),this.config.selector?this.config=o({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||Nt(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),Nt(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Bt:Qt]=!0),Nt(e.getTipElement()).hasClass(Mt)||e._hoverState===Ut?e._hoverState=Ut:(clearTimeout(e._timeout),e._hoverState=Ut,e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){e._hoverState===Ut&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||Nt(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),Nt(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Bt:Qt]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=qt,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){e._hoverState===qt&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){return"number"==typeof(t=o({},this.constructor.Default,Nt(this.element).data(),"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),De.typeCheckConfig(Ot,t,this.constructor.DefaultType),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=Nt(this.getTipElement()),e=t.attr("class").match(Lt);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(Nt(t).removeClass(Kt),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=Nt(this).data(kt),i="object"==typeof e&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new t(this,i),Nt(this).data(kt,n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return Wt}},{key:"NAME",get:function(){return Ot}},{key:"DATA_KEY",get:function(){return kt}},{key:"Event",get:function(){return Ft}},{key:"EVENT_KEY",get:function(){return Pt}},{key:"DefaultType",get:function(){return Rt}}]),t}(),Nt.fn[Ot]=Vt._jQueryInterface,Nt.fn[Ot].Constructor=Vt,Nt.fn[Ot].noConflict=function(){return Nt.fn[Ot]=jt,Vt._jQueryInterface},Vt),Re=(zt="popover",Zt="."+(Jt="bs.popover"),Gt=(Yt=e).fn[zt],$t="bs-popover",Xt=new RegExp("(^|\\s)"+$t+"\\S+","g"),te=o({},Le.Default,{placement:"right",trigger:"click",content:"",template:''}),ee=o({},Le.DefaultType,{content:"(string|element|function)"}),"fade",".popover-header",".popover-body",ne={HIDE:"hide"+Zt,HIDDEN:"hidden"+Zt,SHOW:"show"+Zt,SHOWN:"shown"+Zt,INSERTED:"inserted"+Zt,CLICK:"click"+Zt,FOCUSIN:"focusin"+Zt,FOCUSOUT:"focusout"+Zt,MOUSEENTER:"mouseenter"+Zt,MOUSELEAVE:"mouseleave"+Zt},ie=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var o=i.prototype;return o.isWithContent=function(){return this.getTitle()||this._getContent()},o.addAttachmentClass=function(t){Yt(this.getTipElement()).addClass($t+"-"+t)},o.getTipElement=function(){return this.tip=this.tip||Yt(this.config.template)[0],this.tip},o.setContent=function(){var t=Yt(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},o._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},o._cleanTipClass=function(){var t=Yt(this.getTipElement()),e=t.attr("class").match(Xt);null!==e&&0=this._offsets[r]&&(void 0===this._offsets[r+1]||t .dropdown-menu .active",Ae=function(){function t(t){this._element=t}var e=t.prototype;return e.show=function(){var t=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&ve(this._element).hasClass(Te)||ve(this._element).hasClass("disabled"))){var e,n,i=ve(this._element).closest(".nav, .list-group")[0],r=De.getSelectorFromElement(this._element);if(i){var o="UL"===i.nodeName?we:Ie;n=(n=ve.makeArray(ve(i).find(o)))[n.length-1]}var s=ve.Event(be.HIDE,{relatedTarget:this._element}),a=ve.Event(be.SHOW,{relatedTarget:n});if(n&&ve(n).trigger(s),ve(this._element).trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){r&&(e=document.querySelector(r)),this._activate(this._element,i);var l=function(){var e=ve.Event(be.HIDDEN,{relatedTarget:t._element}),i=ve.Event(be.SHOWN,{relatedTarget:n});ve(n).trigger(e),ve(t._element).trigger(i)};e?this._activate(e,e.parentNode,l):l()}}},e.dispose=function(){ve.removeData(this._element,ye),this._element=null},e._activate=function(t,e,n){var i=this,r=("UL"===e.nodeName?ve(e).find(we):ve(e).children(Ie))[0],o=n&&r&&ve(r).hasClass("fade"),s=function(){return i._transitionComplete(t,r,n)};if(r&&o){var a=De.getTransitionDurationFromElement(r);ve(r).one(De.TRANSITION_END,s).emulateTransitionEnd(a)}else s()},e._transitionComplete=function(t,e,n){if(e){ve(e).removeClass(Se+" "+Te);var i=ve(e.parentNode).find("> .dropdown-menu .active")[0];i&&ve(i).removeClass(Te),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(ve(t).addClass(Te),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),De.reflow(t),ve(t).addClass(Se),t.parentNode&&ve(t.parentNode).hasClass("dropdown-menu")){var r=ve(t).closest(".dropdown")[0];if(r){var o=[].slice.call(r.querySelectorAll(".dropdown-toggle"));ve(o).addClass(Te)}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=ve(this),i=n.data(ye);if(i||(i=new t(this),n.data(ye,i)),"string"==typeof e){if(void 0===i[e])throw new TypeError('No method named "'+e+'"');i[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.1.3"}}]),t}(),ve(document).on(be.CLICK_DATA_API,'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),Ae._jQueryInterface.call(ve(this),"show")})),ve.fn.tab=Ae._jQueryInterface,ve.fn.tab.Constructor=Ae,ve.fn.tab.noConflict=function(){return ve.fn.tab=Ce,Ae._jQueryInterface},Ae);!function(t){if(void 0===t)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||4<=e[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(e),t.Util=De,t.Alert=Ne,t.Button=Oe,t.Carousel=ke,t.Collapse=Pe,t.Dropdown=je,t.Modal=He,t.Popover=Re,t.Scrollspy=xe,t.Tab=We,t.Tooltip=Le,Object.defineProperty(t,"__esModule",{value:!0})}));